/* 轮播样式 */
#wheel_planting
{
	width: 100%;
	margin: 0 auto;
	background: white;
	border-radius:10px; 
}
#wheel_planting .wheel_left
{
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
#wheel_planting .wheel_left img
{
	float: left;
	cursor: pointer;
}
#wheel_planting .wheel_left .wheel_left_span
{
	width: 100%;
	height: 25px;
	position: absolute;
	bottom: 0px;
	text-align: center;
	line-height: 13px;
}
#wheel_planting .wheel_left .wheel_left_span span
{
	border-radius: 100%;
    background: pink;
    opacity: 0.5;
    padding: 5px;
    font-size: 0px;
    margin-right: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
}
#wheel_planting .wheel_left .content_box
{
	position: absolute;
    top: 0px;
    z-index: 999;
    width: 100%;
    padding: 2px 3px;
    background-color:rgba(0,0,0,0.2);
}
#wheel_planting .wheel_left .content_box div
{
	text-indent: 30px;
    letter-spacing: 1px;
    line-height: 22px;
    font-size: 13px;
    color: white;
    padding: 5px 20px;
}
/* 轮播样式结束 */


/*联系我们样式内容*/
.container .con_main{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 50px;
}
.con_main h1{
	font-size: 30px;
	padding-top: 30px;
}
.con_main p{
	line-height: 2;
	font-size: 16px;
	margin:10px 0;
}
.con_main .hotline{
	padding: 20px 0;
}
.con_main .hotline i {
    font-size: 30px;
    display: block;
    padding-bottom: 5px;
}
.con_main .hotline b {
    font-size: 18px;
}
.con_main .wechat b {
    font-size: 16px;
}
.con_main .wechat img {
    width: 120px;
}
.con_main .taobao{
	margin-top:20px;
}
.con_main .taobao a{
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    background: #333333;
    border-radius: 25px;
    color: #FFF;
}
.con_main .taobao a:hover{
      background:#ff0044;
}